v0.6.70: legacy workflow sanitization#4491
Conversation
* fix(sanitize): repair malformed subblock states * address comments * address comment
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryMedium Risk Overview Extends Updates normalized-table migration persistence to track per-block Reviewed by Cursor Bugbot for commit 0942555. Configure here. |
Greptile SummaryThis PR introduces a
Confidence Score: 4/5Safe to merge; the sanitization logic is well-tested and the migration pipeline is additive with no destructive data changes. The core repair logic is covered by targeted tests and the changes are backwards-compatible. The main rough edges are a redundant second sanitization pass in the import path, a missing log for sanitize-only writes, and concurrent migration misses going unrecorded — none of which affect correctness under normal load.
Important Files Changed
|
fix(sanitize): repair malformed subblock states (#4490)